/* Scroll Bar Master Styling Starts Here */

/* All comments can be freely removed from the css */



.scrollgeneric {

line-height: 1px;

font-size: 1px;

position: absolute;

top: 0; left: 0;

}



.vscrollerbase {

width: 20px;

height: 100px;

background-color: #e6e6e6;

border-left: 1px solid #999;

}



.vscrollerbaseend {

	background: #e6e6e6 url('img/scroll.png') center top no-repeat;

	height: 30px;

	width: 20px;

	z-index: 9999;

}

.vscrollerbar {

width: 20px;

background-color: none;

background-color: #999;

}

.hscrollerbase {

height: 10px;

background-color: #000;

}

.hscrollerbar {

height: 10px;

background-color: black;

}



.scrollerjogbox {

width: 10px;

height: 10px;

background-color: #f00;

top: auto; left: auto;

bottom: 0px; right: 0px;

}